home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CDV Software Presents (USA)
/
CDV Software Presents (USA).bin
/
data
/
acaddon.dxr
/
00076.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-04-02
|
223 b
|
10 lines
global gMomentanePosition
on prepareFrame me
mvtime = sprite(40).movieTime
if mvtime <> gMomentanePosition then
member("VideoPosition").text = string(mvtime) & "/10495"
gMomentanePosition = mvtime
end if
end